home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Sample Code / Snippets / Interapplication Communication / FinderOpenSelection / FinderOpenSelectionPPC.make < prev    next >
Encoding:
Text File  |  1995-02-09  |  1.5 KB  |  47 lines  |  [TEXT/MPS ]

  1. #   File:       FinderOpenSelectionPPC.make
  2. #   Target:     FinderOpenSelectionPPC
  3. #   Sources:    FinderOpenSelectionPPC.r
  4. #               FinderOpenSel.r
  5. #               FinderOpenSel.c
  6. #   Created:    Thursday, February 9, 1995 04:38:31 PM
  7.  
  8.  
  9. POWERPCOBJECTS = ∂
  10.         FinderOpenSel.o ∂
  11.  
  12. 68KOBJECTS = ∂
  13.         FinderOpenSel.c.o ∂
  14.  
  15.  
  16. FinderOpenSelectionPPC  ƒƒ FinderOpenSelectionPPC.make FinderOpenSelectionPPC.r
  17.     Rez FinderOpenSelectionPPC.r -append -o FinderOpenSelectionPPC
  18. FinderOpenSelectionPPC  ƒƒ FinderOpenSelectionPPC.make FinderOpenSel.r
  19.     Rez FinderOpenSel.r -append -o FinderOpenSelectionPPC
  20.  
  21. FinderOpenSelectionPPC ƒƒ FinderOpenSelectionPPC.make  {POWERPCOBJECTS}
  22.     PPCLink  ∂
  23.         {POWERPCOBJECTS} ∂
  24.         "{PPCLibraries}"InterfaceLib.xcoff ∂
  25.         "{PPCLibraries}"MathLib.xcoff ∂
  26.         "{PPCLibraries}"StdCLib.xcoff ∂
  27.         "{PPCLibraries}"StdCRuntime.o ∂
  28.         "{PPCLibraries}"PPCCRuntime.o ∂
  29.         -main __start ∂
  30.         -o FinderOpenSelectionPPC.xcoff
  31.     makePEF FinderOpenSelectionPPC.xcoff -o FinderOpenSelectionPPC ∂
  32.         -l InterfaceLib.xcoff=InterfaceLib ∂
  33.         -l MathLib.xcoff=MathLib ∂
  34.         -l StdCLib.xcoff=StdCLib ∂
  35.         -ft APPL -fc '????'
  36. FinderOpenSel.o ƒ FinderOpenSelectionPPC.make FinderOpenSel.c
  37.      PPCC -w conformance -appleext on  FinderOpenSel.c -o FinderOpenSel.o
  38.  
  39. FinderOpenSelectionPPC ƒƒ FinderOpenSelectionPPC.make  {68KOBJECTS}
  40.     Link -t APPL -c '????' ∂
  41.         {68KOBJECTS} ∂
  42.          "{Libraries}"Runtime.o ∂
  43.          "{Libraries}"Interface.o ∂
  44.         -o FinderOpenSelectionPPC
  45. FinderOpenSel.c.o ƒ FinderOpenSelectionPPC.make FinderOpenSel.c
  46.      C -r  FinderOpenSel.c
  47.